RemoteHardwareConfigOrBuilder

interface RemoteHardwareConfigOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard

Whether the Module allows consumers to read / write to pins not defined in available_pins
bool allow_undefined_pin_access = 2;
Link copied to clipboard

Exposes the available pins to the mesh for reading and writing
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Link copied to clipboard
abstract fun getAvailablePinsCount(): Int

Exposes the available pins to the mesh for reading and writing
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Link copied to clipboard

Exposes the available pins to the mesh for reading and writing
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Link copied to clipboard

Exposes the available pins to the mesh for reading and writing
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Link copied to clipboard

Exposes the available pins to the mesh for reading and writing
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Link copied to clipboard
abstract fun getEnabled(): Boolean

Whether the Module is enabled
bool enabled = 1;